-
Notifications
You must be signed in to change notification settings - Fork 7
fix(deps): update all non-major dependencies #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+6,264
−19,375
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8f604f9 to
433b5b3
Compare
bd755c6 to
4eaac59
Compare
37ce656 to
1a1e13a
Compare
5c5e0f3 to
3a1fbef
Compare
a5d5bb3 to
5ab17e0
Compare
923e949 to
416571f
Compare
416571f to
1552bce
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
jzempel
approved these changes
Nov 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
28.0.1->28.0.915.3.0->15.3.112.1.1->12.3.022.10.1->22.19.018.3.14->18.3.2618.3.2->18.3.73.7.2->3.11.09.3.0->9.12.09.3.0->9.12.09.3.0->9.12.02.4.3->2.4.47.5.0->7.6.010.4.20->10.4.2112.5.0->12.6.08.0.0->8.1.09.13.0->9.39.09.1.0->9.1.20.43.0->0.45.08.4.49->8.5.611.0.0->11.0.13.4.2->3.6.24.28.0->4.52.52.1.0->2.2.06.1.13->6.1.193.4.16->3.4.1829.2.5->29.4.55.7.2->5.9.34.3.0->4.5.0Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v28.0.92025-10-24
Bugfixes
node:builtins withstrictRequires: auto(#1930)v28.0.82025-10-16
Bugfixes
v28.0.72025-10-14
Bugfixes
v28.0.62025-06-17
Bugfixes
v28.0.52025-06-14
Bugfixes
v28.0.42025-06-14
Bugfixes
v28.0.32025-03-06
Bugfixes
__esModuleexport (#1850)v28.0.22024-12-15
Updates
output.exportsrecommendation also applies to IIFE (#1810)rollup/plugins (@rollup/plugin-node-resolve)
v15.3.12024-12-15
Updates
testwithincludes(#1787)rollup/plugins (@rollup/plugin-typescript)
v12.3.02025-10-23
Features
v12.2.02025-10-22
Features
v12.1.42025-06-28
Bugfixes
v12.1.32025-06-17
Bugfixes
v12.1.22024-12-15
Bugfixes
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v3.11.0Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]instead ofPluginOption[](#537)The return type has changed from
react(): PluginOption[]to more specialized typereact(): Plugin[]. This allows for type-safe manipulation of plugins, for example:v3.10.2Compare Source
Suggest
@vitejs/plugin-react-oxcif rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxcwhenrolldown-viteis detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: truein the plugin options.Use
optimizeDeps.rollupOptionsinstead ofoptimizeDeps.esbuildOptionsfor rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptionsbeing deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v3.10.1Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
v3.10.0Compare Source
Add
filterfor rolldown-vite #470Added
filterso that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR preamble in Vitest browser mode #478
This was causing annoying
Sourcemap for "/@​react-refresh" points to missing source filesand is unnecessary in test mode.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
v3.9.0Compare Source
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite.
v3.8.1Compare Source
Remove WebContainers warning #268
SWC is now supported in WebContainers 🎉
v3.8.0Compare Source
Add useAtYourOwnRisk_mutateSwcOptions option
The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later.
Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name
useAtYourOwnRisk.zendeskgarden/react-components (@zendeskgarden/react-forms)
v9.12.0Compare Source
🚀 New Feature
modalsTooltipDialogmounted when closed (@ze-flo)🐛 Bug Fix
dropdownscontainer-menuhook (@jzempel)v9.11.3Compare Source
🐛 Bug Fix
dropdownsMenuitem anchors do not render with underline styling (@jzempel)📝 Documentation
chromeChromecomponents (@jzempel)v9.11.2Compare Source
🐛 Bug Fix
.template,accordions,avatars,buttons,chrome,colorpickers,datepickers,dropdowns.legacy,dropdowns,forms,grid,loaders,modals,notifications,pagination,tables,tabs,tags,tooltips,typographydefaultPropswith function default parameters (@chris-schneider-zen)v9.11.1Compare Source
🐛 Bug Fix
typographyKbdfont (@jzempel)formsv9.11.0Compare Source
🚀 New Feature
typographyKbdcomponent (@jzempel)🐛 Bug Fix
typographyKbdGarden ID data attribute (@jzempel)avatars,modals,notificationsv9.10.1Compare Source
🐛 Bug Fix
loaders,themingmodalsuseTextevaluation until fully mounted (@jzempel)v9.10.0Compare Source
🚀 New Feature
tooltips🐛 Bug Fix
tablesv9.9.0Compare Source
🐛 Bug Fix
dropdownsmodalsloadersDotsto use pure CSS animation (@kgoggin)v9.8.0Compare Source
🚀 New Feature
avatarsnullaria-label onStatusIndicatorto mark as decorative (@jzempel)themingnullcolor scheme key to bypassColorSchemeProviderlocal storage (@jzempel)v9.7.2Compare Source
🐛 Bug Fix
notificationsGlobalAlertbox-shadow to inset (@jzempel)dropdownsuseComboboxcontainer with improved cache coordination (@jzempel)v9.7.1Compare Source
🐛 Bug Fix
tooltipsTooltipfrom interfering with a popup (menu, dialog, etc.) trigger (@jzempel)avatarsv9.7.0Compare Source
🚀 New Feature
dropdownsItemcomponent (@ze-flo)modals,tooltipsfallbackPlacementssupport toTooltipandTooltipModal(@ze-flo)🐛 Bug Fix
theminglgborderRadius inIGardenThemedefinition (@ze-flo)v9.6.0Compare Source
🚀 New Feature
themingborderRadii.lgvalue (@jzempel)v9.5.4Compare Source
🐛 Bug Fix
dropdownsv9.5.3Compare Source
🐛 Bug Fix
formsrenderToStringfor the calendar picker icon (@jzempel)v9.5.2Compare Source
🐛 Bug Fix
chrome,loadersv9.5.1Compare Source
🐛 Bug Fix
themingColorSchemeProvidersystem color scheme handling (@jzempel)getColorvalues (@jzempel)v9.5.0Compare Source
🚀 New Feature
themingColorSchemeProvider(@jzempel)🌱 Internal
avatars,draggable,dropdowns,forms,notifications,tablesaccordions,avatars,breadcrumbs,buttons,chrome,colorpickers,datepickers,draggable,dropdowns,forms,modals,notifications,pagination,tables,tagsdraggablecolorpickers.template,accordions,avatars,breadcrumbs,buttons,chrome,colorpickers,datepickers,draggable,dropdowns.legacy,dropdowns,forms,grid,loaders,modals,notifications,pagination,tables,tabs,tags,tooltips,typographyretrieveComponentStyleswithcomponentStylesutility (@jzempel)v9.4.0Compare Source
🚀 New Feature
theming🐛 Bug Fix
dropdownszendeskgarden/scripts (@zendeskgarden/scripts)
v2.4.4Compare Source
Bug Fixes
zendeskgarden/svg-icons (@zendeskgarden/svg-icons)
v7.6.0Compare Source
Features
postcss/autoprefixer (autoprefixer)
v10.4.21Compare Source
-moz-prefix for:placeholder-shown(by @Marukome0743).absolute-version/commit-and-tag-version (commit-and-tag-version)
v12.6.0Compare Source
Features
v12.5.2Compare Source
Bug Fixes
fs.F_OK(7fe66bb), closes #240v12.5.1Compare Source
Bug Fixes
af/envalid (envalid)
v8.1.0Compare Source
It's been a little while, but a new stable release is here! Thanks to contributors for the following additions and fixes:
In addition, there have been some behind-the-scenes improvements:
eslint/eslint (eslint)
v9.39.0Compare Source
v9.38.0Compare Source
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for @eslint/js release (Jenkins)c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0Compare Source
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for @eslint/js release (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)v9.36.0Compare Source
Features
47afcf6feat: correctpreserve-caught-erroredge cases (#20109) (Francesco Trotta)Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)Configuration
📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 3rd week" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.